Uses of Class
org.eclipse.vtp.framework.interactions.core.configurations.OutputMessageConfiguration

Packages that use OutputMessageConfiguration
org.eclipse.vtp.framework.interactions.core.actions   
org.eclipse.vtp.framework.interactions.core.conversation   
org.eclipse.vtp.framework.interactions.core.services   
 

Uses of OutputMessageConfiguration in org.eclipse.vtp.framework.interactions.core.actions
 

Constructors in org.eclipse.vtp.framework.interactions.core.actions with parameters of type OutputMessageConfiguration
OutputMessageAction(IActionContext context, IConversation conversation, OutputMessageConfiguration configuration)
          Creates a new OutputMessageAction.
 

Uses of OutputMessageConfiguration in org.eclipse.vtp.framework.interactions.core.conversation
 

Methods in org.eclipse.vtp.framework.interactions.core.conversation with parameters of type OutputMessageConfiguration
 IOutputMessage IConversation.createOutputMessage(OutputMessageConfiguration configuration)
           
 

Uses of OutputMessageConfiguration in org.eclipse.vtp.framework.interactions.core.services
 

Methods in org.eclipse.vtp.framework.interactions.core.services with parameters of type OutputMessageConfiguration
 IOutputMessage Conversation.createOutputMessage(OutputMessageConfiguration configuration)